PR #1124 have replaced `git` with `vcs`
authorSébastien Marie <semarie@users.noreply.github.com>
Thu, 19 May 2016 19:42:32 +0000 (21:42 +0200)
committerSébastien Marie <semarie@users.noreply.github.com>
Thu, 19 May 2016 19:42:32 +0000 (21:42 +0200)
changes test_cargo_new::author_prefers_cargo to testing configuration
with `vcs`

tests/test_cargo_new.rs

index f297b423f6555e63b5bfbb4d17eb1e97d3bd6f64..c3a4b87d343e576af4e2443f19e0eec58371c19e 100644 (file)
@@ -271,7 +271,7 @@ test!(author_prefers_cargo {
         [cargo-new]
         name = "new-foo"
         email = "new-bar"
-        git = false
+        vcs = "none"
     "#).unwrap();
 
     assert_that(cargo_process("new").arg("foo").env("USER", "foo"),